home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / nsd / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  2.2 KB  |  58 lines

  1. #!/usr/bin/perl5
  2. #
  3. # description.frm
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: description.frm,v 1.4 1998/01/31 02:14:10 jrw Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <H1><A NAME="_wmh1_827796637">Unified Name Service</A></H1>
  26. <P>
  27. The unified name service (UNS) provides a generic interface to all
  28. network lookup services. The <VAR>nsd</VAR> daemon, activated at system
  29. startup time, maintains a shared local cache of all name lookups.  When
  30. presented with a lookup request, it will first check the cache, then
  31. forward the request on to the appropriate name service.
  32. </P>
  33. <P>
  34. Lookup requests can be passed to more then one name service.  The 
  35. order in which name services are to be used is specified in the
  36. file <VAR>nsswitch.conf</VAR>.  This portion of WebForce Internet 
  37. Gateway provides system administrators with an easy way to configure 
  38. the order of name services for each type of network lookup without
  39. having to edit <VAR>nsswitch.conf</VAR>.
  40. </P>
  41. <P>
  42. The name services that the <VAR>nsd</VAR> daemon currently supports
  43. include local configuration files, local hash files (DB, MDBM and NDBM
  44. formats), Network Information Service (NIS), Domain Name Service (DNS),
  45. and Lightweight Directory Access Protocol (LDAP).
  46. </P>
  47. <P>
  48. Use either of these forms to configure UNS, depending on your
  49. familiarity with UNS and network name services: </P>
  50. <UL>
  51. <LI><A HREF="index.nsd1.shtml" TARGET="left">Basic UNS Configuration</A>
  52. <LI><A HREF="index.nsd2.shtml" TARGET="left">Expert UNS Configuration</A>
  53. </UL>
  54. For additional information, see the nsd(1M) and nsswitch.conf(4) 
  55. reference pages.
  56. EndOfFile
  57.  
  58.